LuaScriptReference by categoryPlayerAdd HP to playerOn this pageAdd HP to playerAdds 20 HP to the player. Example local player = CL.InteractCharacter.PlayerInstanceif player == nil then returnendplayer.attr:AddHp(20) User Variables No user variables. FAQ Can I also do this for mana? Yes you can! use AddMp() to add mana. More information can be found here.